home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3511 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.univie.ac.at!news-admin@univie.ac.at
  2. From: Horst BEHAM <a9526199@pc04>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What is the best c,c++ compiler?
  5. Date: 24 Jan 1996 14:46:21 GMT
  6. Organization: Vienna University, Austria
  7. Message-ID: <4e5gnt$3l0@ftp.univie.ac.at>
  8. NNTP-Posting-Host: pc04.ifs.univie.ac.at
  9. X-Newsreader: NCSA Mosaic
  10.  
  11.  
  12. Annotation by Horst BEHAM
  13.  
  14. Horst BEHAM (a9526199@pc04)
  15. Wed Jan 24 15:20:50 1996
  16. ______________________________________ 
  17.  
  18. I know Borland C++ 3.1 for DOS, GNU C++ (DJGPP) for DOS and IBM CSet++ for OS/2.
  19.  
  20. Borland and GNU support Templates, but none of them supports nested classes in 
  21. templates (eg. A class Node inside a template class List) in a way that a member-
  22. function of the outer (template) class may return a value of the type of the inner
  23. class. This is rather confusing, since the Sun/OS C++ compiler supports this.
  24.  
  25. IBM CSet supports C++ exception handling as well, but is the slowest compiler I've
  26. ever seen.
  27.  
  28. If you want to write code for OS/2 and/or Windows, maybe Visual Age (IBM) is a good
  29. bet. The OS/2 Version is already published, the Windows version will be soon.
  30.  
  31. Horst Beham, a9526199@ifs.univie.ac.at
  32.  
  33.  
  34.